From 111ea37afd5a9c10275f3905e9299cb27e275628 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 13 Dec 2005 15:20:11 +0000 Subject: [PATCH] an1 is a binary format; use bincompare --- testo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testo b/testo index 9a42aa07e..96a88be89 100755 --- a/testo +++ b/testo @@ -640,15 +640,15 @@ compare ${TMPDIR}/an1.out reference/an1-in.ref rm -f ${TMPDIR}/an1.out ${PNAME} -i an1 -f reference/foo.an1 -o an1 -F ${TMPDIR}/an1.out -compare ${TMPDIR}/an1.out reference/an1-an1.ref +bincompare ${TMPDIR}/an1.out reference/an1-an1.ref rm -f ${TMPDIR}/an1.out ${PNAME} -i xmap -f reference/xmap -o an1 -F ${TMPDIR}/an1.out -compare ${TMPDIR}/an1.out reference/an1-out.ref +bincompare ${TMPDIR}/an1.out reference/an1-out.ref rm -f ${TMPDIR}/an1.out ${PNAME} -i google -f reference/google.js -o an1 -F ${TMPDIR}/an1.out -compare ${TMPDIR}/an1.out reference/an1-line-out.ref +bincompare ${TMPDIR}/an1.out reference/an1-line-out.ref # # TomTom .ov2 tests -- 2.30.2